home *** CD-ROM | disk | FTP | other *** search
/ The Latest & Greatest Top 201 Games / The Latest and Greatest Top 201 Games (Maple Media)(1994).iso / install.bat < prev    next >
DOS Batch File  |  1995-01-24  |  4KB  |  136 lines

  1. picem maple
  2. @ECHO OFF
  3.         if "%1"=="" goto INSTRUCT
  4.         if "%2"=="" goto INSTRUCT
  5.         
  6.         if "%1"=="C" set DRIVE=C
  7.         if "%1"=="D" set DRIVE=D
  8.         if "%1"=="E" set DRIVE=E
  9.         if "%1"=="F" set DRIVE=F
  10.         
  11.         if "%1"=="c" set DRIVE=C
  12.         if "%1"=="d" set DRIVE=D
  13.         if "%1"=="e" set DRIVE=E
  14.         if "%1"=="f" set DRIVE=F
  15.  
  16.         if "%1"=="C:" set DRIVE=C
  17.         if "%1"=="D:" set DRIVE=D
  18.         if "%1"=="E:" set DRIVE=E
  19.         if "%1"=="F:" set DRIVE=F
  20.         
  21.         if "%1"=="c:" set DRIVE=C
  22.         if "%1"=="d:" set DRIVE=D
  23.         if "%1"=="e:" set DRIVE=E
  24.         if "%1"=="f:" set DRIVE=F
  25.         
  26.         if "%2"=="G" set CDROM=G
  27.         if "%2"=="D" set CDROM=D
  28.         if "%2"=="E" set CDROM=E
  29.         if "%2"=="F" set CDROM=F
  30.         
  31.         if "%2"=="g" set CDROM=G
  32.         if "%2"=="d" set CDROM=D
  33.         if "%2"=="e" set CDROM=E
  34.         if "%2"=="f" set CDROM=F
  35.  
  36.         if "%2"=="G:" set CDROM=G
  37.         if "%2"=="D:" set CDROM=D
  38.         if "%2"=="E:" set CDROM=E
  39.         if "%2"=="F:" set CDROM=F
  40.         
  41.         if "%2"=="g:" set CDROM=G
  42.         if "%2"=="d:" set CDROM=D
  43.         if "%2"=="e:" set CDROM=E
  44.         if "%2"=="f:" set CDROM=F
  45.  
  46.  
  47.         ECHO.
  48.         ECHO INSTALLING TOP 201 GAMES v1.1; CREATING DIRECTORY:
  49.         ECHO  %DRIVE%:\201G 
  50.         echo.
  51.         mkdir %DRIVE%:\201G
  52.         echo.
  53.         
  54.         echo Please wait, loading TOP 201 GAMES MENU PROGRAM.....
  55.         echo The graphical menu program takes 500k disk space.
  56.         echo Installation would take about 3- 5 minutes.
  57.         echo.
  58.         pause
  59.         cls
  60.         cd INSTALL
  61.         echo.
  62.         echo COPYING Menu files into %DRIVE%:\201G
  63.         echo.
  64.         COPY *.* %DRIVE%:\201G
  65.         %DRIVE%:
  66.         CD\201G
  67.         echo.
  68.         echo UNZIPPING FILES into %DRIVE%:\201G
  69.         %DRIVE%DR%CDROM%DR
  70.         echo.
  71.         pause
  72.         echo.
  73.         CD %DRIVE%:\201G
  74.         DEL ????DR.EXE
  75.         cls
  76.         echo.
  77.         echo.
  78.         echo.
  79.         echo.
  80.         echo =================================
  81.         echo OPERATING TIPS
  82.         ECHO =================================
  83.         echo For faster operation, load SMARTDRV or any cacheing program.
  84.         echo Menuing program runs better with a mouse.
  85.         echo Max out your memory with MEMMAKER (from DOS) or QEMM.
  86.         echo Some top-notch games requires over 600K RAM.
  87.         echo A sound card is assumed in your system for most games.
  88.         echo Sound card address: IRQ7   address 220   DMA1
  89.         echo Most operating problems go away when you copy game to
  90.         echo hard disk and re-run INSTALL, CONFIG, or SETUP.
  91.         echo If a program does not run and seems to switch back to 
  92.         echo MAGIC DESK MENU at once, chances are you don't have 
  93.         echo enough system RAM.  Run MEMMAKER or the like, or remove
  94.         echo some non-essential drivers or TSR programs.
  95.         echo.
  96.         echo Click on the READ ME FIRST icon to see an index of games
  97.         echo in this CD-ROM.  HAVE FUN.
  98.         echo.
  99.         echo We also have the TOP 201 LEARNING GAMES CD-ROM.
  100.         ECHO Ask your dealer about availability.
  101.         echo.
  102.         echo Type GO to run menu program.
  103.         GOTO DONE
  104.  
  105.  
  106.                                                             
  107. :INSTRUCT
  108. cls
  109. echo.
  110. echo.
  111. echo.
  112. echo.
  113. echo.
  114. echo.
  115. echo.
  116. echo.
  117. echo.
  118. echo.
  119. echo.
  120. echo.
  121. echo.
  122. echo.
  123. echo.
  124. echo.
  125. echo.
  126. echo.
  127. echo.
  128. echo.
  129. echo.
  130. \install\PROPER3.COM
  131.  
  132. :DONE
  133.         echo End of installation
  134.         echo.
  135. exit
  136.